home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / BackSpaceModules / Source / WorldSpace / Makefile next >
Makefile  |  1994-05-21  |  811b  |  41 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = WorldSpaceView
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = WorldSpace.nib
  16.  
  17. GLOBAL_RESOURCES = Globe.anim
  18.  
  19. CLASSES = WorldSpaceView.m
  20.  
  21. HFILES = SpaceView.h Thinker.h WorldSpaceView.h
  22.  
  23. OTHERSRCS = Makefile Makefile.postamble
  24.  
  25. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  26. MAKEFILE = bundle.make
  27. INSTALLDIR = $(HOME)/Library/BackSpaceViews
  28. INSTALLFLAGS = -c -s -m 755
  29. SOURCEMODE = 444
  30.  
  31. BUNDLE_EXTENSION = bundle
  32.  
  33.  
  34. -include Makefile.preamble
  35.  
  36. include $(MAKEFILEDIR)/$(MAKEFILE)
  37.  
  38. -include Makefile.postamble
  39.  
  40. -include Makefile.dependencies
  41.